addAll

The actual features in this tile.

repeated .vector_tile.Tile.Feature features = 2;

Parameters

values

The features to add.


@JvmName(name = "addAllKeys")
fun DslList<String, TileKt.LayerKt.Dsl.KeysProxy>.addAll(values: Iterable<String>)
Dictionary encoding for keys

repeated string keys = 3;

Parameters

values

The keys to add.


Dictionary encoding for values

repeated .vector_tile.Tile.Value values = 4;

Parameters

values

The values to add.


fun <E : Any> ExtensionList<E, VectorTile.Tile.Layer>.addAll(values: Iterable<E>)